home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / imagens_153.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  439 b   |  21 lines

  1. on mouseUp me
  2.   global gFromWhere
  3.   RodarPrograma(gFromWhere & "aplicat\incube\setup.exe")
  4. end
  5.  
  6. on mouseEnter
  7.   set the visible of sprite 41 to 1
  8.   cursor(280)
  9.   set the member of sprite the currentSpriteNum to "INSTALA2"
  10. end
  11.  
  12. on mouseLeave
  13.   set the visible of sprite 41 to 0
  14.   cursor(-1)
  15.   set the member of sprite the currentSpriteNum to "INSTALA1"
  16. end
  17.  
  18. on mouseDown me
  19.   set the member of sprite the currentSpriteNum to "INSTALA3"
  20. end
  21.